DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / CacheDataCollectionItemEventArgs<T> Class
Members

In This Topic
    CacheDataCollectionItemEventArgs<T> Class
    In This Topic
    Contains information about an item of the cache.
    Object Model
    CacheDataCollectionItemEventArgs<T> Class
    Syntax
    'Declaration
     
    Public Class CacheDataCollectionItemEventArgs(Of T) 
       Inherits System.EventArgs
    public class CacheDataCollectionItemEventArgs<T> : System.EventArgs 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.DataCollection.CacheDataCollectionItemEventArgs<T>

    See Also